home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / System / ReqToolsLib / Source / reqtools / FILES.README < prev    next >
Encoding:
Text File  |  2001-07-02  |  2.2 KB  |  87 lines

  1. ----------------------------------------------------------------------------
  2. Files for AmigaOS only (not used by AROS):
  3. ----------------------------------------------------------------------------
  4.  
  5. DMakeFile
  6. SCOPTIONS
  7. reqtools_rev.rev
  8. reqtools_rev.h
  9. boopsi.asm
  10. checkstack.asm
  11. closewinsafely.asm
  12. gadstub.asm
  13. mem.asm
  14. misc.asm
  15. reqtools.asm
  16. rtfuncs.asm
  17. boopsigads.i
  18. reqtools_rev.i
  19. compilerspecific.h
  20.  
  21. ----------------------------------------------------------------------------
  22. NEW Files for AmigaOS only (not used by AROS):
  23. ----------------------------------------------------------------------------
  24.  
  25. reqtoolsami_init.c
  26. Makefile.gcc
  27.  
  28. ----------------------------------------------------------------------------
  29. New .c and .h files containing ASM functions converted to C for AROS:
  30. ----------------------------------------------------------------------------
  31.  
  32. boopsi.c (converted from boopsi.asm)
  33. mem.c (converted from mem.asm)
  34. misc.c (converted from misc.asm)
  35. rtfuncs.c (converted from rtfuncs.asm and closewindowsafely.asm)
  36. rtfuncs.h (protos for rtfuncs.c)
  37.  
  38. ----------------------------------------------------------------------------
  39. Files which are autogenerated in AROS (not needed for AmigaOS):
  40. ----------------------------------------------------------------------------
  41.  
  42. mmakefile
  43. libdefs.h
  44. endtag.c
  45.  
  46. ----------------------------------------------------------------------------
  47. Files for AROS only
  48. ----------------------------------------------------------------------------
  49.  
  50. AROS Makefile:
  51.  
  52. mmakefile.src
  53.  
  54. AROS main library setup/init code (~ reqtools.asm + rtfuncs.asm):
  55.  
  56. reqtools_init.c
  57. reqtools_intern.h
  58.  
  59. One .c file for each ReqTools library function. Most of these just
  60. call the real functions in one of the other .c files. 
  61.  
  62. rtallocrequesta.c
  63. rtchangereqattra.c
  64. rtclosewindowsafely.c
  65. rtezrequesta.c
  66. rtfilerequesta.c
  67. rtfontrequesta.c
  68. rtfreefilelist.c
  69. rtfreereqbuffer.c
  70. rtfreerequest.c
  71. rtgetlonga.c
  72. rtgetstringa.c
  73. rtgetvscreensize.c
  74. rtlockprefs.c
  75. rtlockwindow.c
  76. rtpaletterequesta.c
  77. rtreqhandlera.c
  78. rtscreenmoderequesta.c
  79. rtscreentofrontsafely.c
  80. rtsetreqposition.c
  81. rtsetwaitpointer.c
  82. rtspread.c
  83. rtunlockprefs.c
  84. rtunlockwindow.c
  85.  
  86. ----------------------------------------------------------------------------
  87.